func runtime.racemalloc

7 uses

	runtime (current package)
		arena.go#L782: 		racemalloc(unsafe.Pointer(span.base()), span.elemsize)
		malloc.go#L1169: 		racemalloc(x, size-asanRZ)
		mcleanup.go#L818: 	racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		mcleanup.go#L835: 	racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		proc.go#L5556: 			racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr)                               { throw("race") }
		stack.go#L440: 		racemalloc(v, uintptr(n))